home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3565 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 21 Feb 1996 19:22:52 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <846.6625T1042T1568@ifi.uio.no>
  8. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><695.6611T1193T2676@login.eunet.no><729.6615T699T2129@vip.cybercity.dk><807.6616T1079T1489@login.eunet.no><896.6617T632T386@vip.cybercity.dk>
  9.     <1281.6621T599T1509@ifi.uio.no> <4gbk6m$104@sunsystem5.informatik.tu-muenchen.de>
  10. NNTP-Posting-Host: gymir.ifi.uio.no
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13. >Ludvig Pedersen (ludvigp@ifi.uio.no) wrote:
  14. >: Ours *is* going one frame and it uses only as much time as it takes to copy
  15. >: the byffer (20480 pixels) to chipram.
  16. >: - Linear chunky buffer
  17. >: - CPU and Blitter is NOT working at the same time in chipram!
  18. >: - CPU time per frame is 4-5 ms. (About 70-75 rasterlines)
  19. >so this is cpu 2-pass + 1 blitter pass, right ? blitter needs a half frame,
  20. >and if you start blitter after the pass+copy, it's automatic not working
  21. >same time in chipmem :) as long as you stay on 2x2...
  22. Well, yeah. But it is possible, just add another buffer. ;-) (But thats
  23. foolish!)
  24.  
  25. Anyway, the reason why I mentioned it was because I have acutally seen
  26. some c2p which had this mistake. (CPU + BLITTER in chipram =/= smart!)
  27.  
  28.  
  29. <sb>Ludde - Amiga Demo Coder
  30. <sb>Virtual Reality & Official Be developer
  31. <sb>ludvigp@ifi.uio.no
  32.  
  33.